Crate bitcoind_json_rpc_client
source ·Expand description
Support for connecting to Bitcoin Core via JSON-RPC.
Re-exports§
Modules§
- JSON-RPC clients for testing against specific versions of Bitcoin Core.
Macros§
- Defines a
jsonrpc::Client
usingminreq
. - Implements the
check_expected_server_version()
onClient
. - Implements bitcoind JSON-RPC API method
createwallet
- Implements bitcoind JSON-RPC API method
generatetoaddress
- Implements bitcoind JSON-RPC API method
getbalance
- Implements bitcoind JSON-RPC API method
getbestblockhash
- Implements bitcoind JSON-RPC API method
getblock
- Implements bitcoind JSON-RPC API method
getblockchaininfo
- Implements bitcoind JSON-RPC API method
getnetworkinfo
- Implements bitcoind JSON-RPC API method
getnewaddress
- Implements bitcoind JSON-RPC API method
gettransaction
- Implements bitcoind JSON-RPC API method
gettxout
- Implements bitcoind JSON-RPC API method
loadwallet
- Implements bitcoind JSON-RPC API method
sendrawtransaction
- Implements bitcoind JSON-RPC API method
sendtoaddress
- Implements bitcoind JSON-RPC API method
stop
- Implements bitcoind JSON-RPC API method
unloadwallet
- Implements bitcoind JSON-RPC API method
getbalances
- Implements bitcoind JSON-RPC API method
loadwallet
- Implements bitcoind JSON-RPC API method
unloadwallet